Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xESI<IKSI> Class / WfSI Method


In This Topic
    WfSI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub WfSI( _
       ByVal xfSI As System.Object, _
       ByVal YfSI As System.Windows.Input.MouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As xESI(Of IKSI)
    Dim xfSI As System.Object
    Dim YfSI As System.Windows.Input.MouseEventArgs
     
    instance.WfSI(xfSI, YfSI)
    internal void WfSI( 
       System.object xfSI,
       System.Windows.Input.MouseEventArgs YfSI
    )

    Parameters

    xfSI
    YfSI
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also